Migrate an Inventory
Overview
IQM and Xandr use similar terms and approaches for Inventory, with the following exceptions:
- IQM uses the Private Marketplace (PMP), while Xandr uses Private Auction.
- IQM uses Inventory Groups, while Xandr uses Inventory Lists and Inventory List Items.
The API Comparison table highlights the shared actions and API methods between IQM and Xandr for creating and managing Inventories. Select an endpoint to review each platform's relevant API documentation. By comparing APIs, you can migrate your workflow from Xandr to IQM.
For a comprehensive overview of IQM's finance services, see the Inventory API.
API Comparisons
Base URLs
IQM: https://app.iqm.com
Xandr: https://api.appnexus.com
Action | IQM Endpoint | Xandr Endpoint | Notes |
---|---|---|---|
Get List of Deals | /api/v3/pmp/deals/list /api/v3/inv/pg/deals/list | /deal | IQM endpoints return lists of deals available to Customers (owIds) or to the user (owId). |
Get Deal Details by ID | /api/v3/inv/pmp/deals/{id} /api/v3/inv/pg/deals/{id} | /deal | Xandr endpoint uses query parameter id to retrieve deal details. |
Create Deal | /api/v3/inv/pmp/deals/add /api/v3/inv/pg/deals/add | /deal | Xandr endpoint specifies deal type with type parameter. |
Update Deal | /api/v3/inv/pmp/deals/{id} /api/v3/inv/pg/deals/{id} | /deal | |
Get Inventory Item | /api/v3/inv/inventories/list | /inventory-list/%5BLIST_ID%5D/item /inventory-list/%5BLIST_ID%5D/item?search=SEARCH_TERM | IQM and Xandr endpoints use query parameters to search for Inventories. |
Create Inventory Item | n/a | /inventory-list/%5BLIST_ID%5D/item | |
Get Inventory Group Details | /api/v3/inv/groups/list | /inventory-list | IQM endpoint can return group by id or, if unspecified, all groups. |
Create Inventory Group | /api/v3/inv/groups | /inventory-list | |
Update Inventory Group | /api/v3/inv/group/addMappings /api/v3/inv/group/removeMappings | /inventory-list/%5BINVENTORY_LIST_ID%5D | IQM endpoints support adding/removing Inventories to a group by specifying filters, deal IDs, contextual inventory keywords or URLs, or by inventory ID. |
More Inventory Resources
IQM:
Xandr: